home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / MuFS_do_logout / DO_Logout next >
Text File  |  1996-02-04  |  1KB  |  31 lines

  1. ;  this will only work with Dopus5 running as WB replacement
  2. ;  your startup sequence must look like this where Dopus (loadwb or loadDB)
  3.  
  4. ; c2:login >nil: guest GLOBAL
  5. ; c:LoadDB
  6. ; c2:login >nil: guest task DO_LAUNCHER global
  7.  
  8. ; this will log in user 'guest' on startup (I don't have a passwd for guest
  9. ; so that my computer will startup without creating a login request)
  10. ; it will also log in guest to DO_LAUNCHER task.
  11.  
  12. ; mprotect [this file] srwed group r other r
  13.  
  14. ; CHANGE c2: to the path where YOUR mufs commands are located!
  15.  
  16.  
  17.  
  18. ;****  logout all users associated with task dopus - no login requestor yet
  19. c2:Logout >nil: task dopus global quiet all
  20.  
  21. ;****  logout DO_LAUNCHER task (this is why this script must be ran from Dopus)
  22. c2:logout >nil: gui global
  23.  
  24. ;****  get username of DO_LAUNCHER / this script into $dopususername
  25. c2:who >env:dousername am i quick
  26.  
  27. ;****  login task dopus with username (all users except root will have to
  28. ;      supply passwd twice on login
  29.  
  30. c2:Login >nil: $dousername task dopus gui global
  31.